home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
bison
/
bison1~1.zoo
/
mergedir.awk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-09-25
|
273 b
|
6 lines
# This is an awk program to insert the value of the variable `dir'
# into the file names in the #line commands in bison.simple.
# Out of laziness, we assume the file name in the text is bison.simple.
$1 == "#line" { print $1, $2, "\"" dir "/bison.simple\"" }
$1 != "#line"